@charset "UTF-8";
* {
  font: inherit;
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC",  "WenQuanYi Micro Hei", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit; }

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td,
span,
input,
textarea {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button,
input,
select,
textarea {
  outline: 0; }

li,
ol,
ul {
  list-style: none; }

b,
strong {
  font-weight: 400; }

img {
  vertical-align: middle;
  border: 0;
  max-width: 100%; }

:focus {
  outline: 0; }

a {
  color: inherit;
  text-decoration: none !important; }
  a:hover, a.active {
    color: #a00b04; }

a {
  text-decoration: none; }

a:hover,
a:focus {
  color: #a00b04;
  text-decoration: underline; }

.clearfix {
  zoom: 1; }
  .clearfix::after, .clearfix::before {
    display: table;
    content: ""; }
  .clearfix::after {
    clear: both; }

.transition {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s; }

.padding-none {
  padding: 0 !important; }

.border-none {
  border: none !important; }

.display-none {
  display: none !important; }

.left-0 {
  left: 0 !important; }

.fr {
  float: right !important; }

.fl {
  float: left !important; }

input {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none; }

input:focus,
textarea:focus {
  outline: 0;
  border: 1px solid #f60; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/*文本*/
.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

.text-align-last {
  text-align-last: justify; }

.s-block {
  display: block !important; }

.s-inlineblock {
  display: inline-block !important; }

.s-inline {
  display: inline !important; }

.container-fluid,
.container {
  padding: 0 8px; }

/* 其他差异 */
input {
  -webkit-appearance: none;
  padding: 0px;
  vertical-align: middle;
  line-height: normal;
  border: none; }

.container {
  width: 100%;
  padding: 0; }

.index-box {
  max-width: 1600px;
  margin: auto;
  position: relative; }

/**导航*/
.header {
  position: absolute;
  z-index: 9991;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.55s cubic-bezier(0.55, 0.75, 0.6, 1) 0s;
  transition: all 0.55s cubic-bezier(0.55, 0.75, 0.6, 1) 0s; }

.navbar > .container-fluid .navbar-brand {
  position: absolute;
  top: 20px;
  left: 40px;
  padding: 0;
  height: auto; }

.navbar-nav {
  float: none;
  width: 100%;
  text-align: center; }

.navbar-nav > li {
  display: inline-block;
  float: none;
  margin: 0 23px; }

.navbar-nav > li > a {
  font-size: 16px;
  color: #fff;
  line-height: 36px;
  position: relative;
  padding: 28px 0 6px;
  display: block; }
  .navbar-nav > li > a:after {
    content: '';
    bottom: 0;
    position: absolute;
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    -webkit-transition: all .4s;
    transition: all .4s; }
  .navbar-nav > li > a:hover:after {
    width: 100%; }

.navbar-nav > li.on > a:after {
  width: 100%; }

.navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-toggle {
  border-color: #fff; }

.nav > li > a:focus, .nav > li > a:hover {
  background: none; }

.navbar {
  border: none; }

.header-num {
  position: absolute;
  right: 40px;
  top: 28px;
  font-size: 20px;
  line-height: 36px;
  color: #fff;
  background: url(../images/icon1.png) left center no-repeat;
  padding-left: 22px;
  font-family: Arial; }

/******************************banner***************************************/
.pc-banner {
  position: static;
  width: 100%;
  height: 100vh;
  overflow: hidden; }
  .pc-banner .carousel {
    height: 100%;
    overflow: hidden; }
  .pc-banner .carousel-caption {
    top: 42%; }
    .pc-banner .carousel-caption h3 {
      font-size: 48px;
      font-weight: bold;
      line-height: 1.8; }
    .pc-banner .carousel-caption p {
      font-size: 22px;
      line-height: 1.8; }
@media (max-width: 768px){
.pc-banner{
margin-top:50px;
}
}
.pc-banner2 {
  position: static;
  width: 100%;
  height: 100vh;
  overflow: hidden; }
  .pc-banner2 .carousel-inner {
    height: 100%; }
  .pc-banner2 .carousel {
    height: 100%;
    overflow: hidden; }
    .pc-banner2 .carousel .item {
      height: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
  .pc-banner2 .carousel-caption {
    top: 42%; }
    .pc-banner2 .carousel-caption h3 {
      font-size: 48px;
      font-weight: bold;
      line-height: 1.8; }
    .pc-banner2 .carousel-caption p {
      font-size: 22px;
      line-height: 1.8; }

/***********************************产品********************************/
.sys_pro {
  padding: 50px 0 30px 0; }

.pro-list {
  width: 100%;
  display: table;
  border-bottom: 2px solid #222;
  padding-bottom: 60px;
  overflow: hidden; }

.pro-items {
  float: left;
  width: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 20px 54px 40px;
  background: #fff;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  border-radius: 3px;
  margin: 0 5.125% 0 0.5%; }
  .pro-items:hover {
    background: #a00b04; }
    .pro-items:hover .title {
      color: #fff; }
    .pro-items:hover .text {
      color: #fff; }
    .pro-items:hover .icon1 {
      background: url(../images/icon12.png) left top no-repeat; }
    .pro-items:hover .icon2 {
      background: url(../images/icon13.png) left top no-repeat; }
    .pro-items:hover .icon3 {
      background: url(../images/icon14.png) left top no-repeat; }
    .pro-items:hover .icon4 {
      background: url(../images/icon15.png) left top no-repeat; }
    .pro-items:hover .more {
      width: 48px; }
  .pro-items:nth-child(4) {
    margin: 0 0 0 8px; }
  .pro-items .title {
    font-size: 24px;
    color: #222;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 28px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s; }
  .pro-items .text {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s; }
  .pro-items .icon {
    width: 100%;
    height: 100px; }
  .pro-items .icon1 {
    background: url(../images/web.png) left top no-repeat; }
  .pro-items .icon2 {
    background: url(../images/icon9.png) left top no-repeat; }
  .pro-items .icon3 {
    background: url(../images/icon10.png) left top no-repeat; }
  .pro-items .icon4 {
    background: url(../images/icon11.png) left top no-repeat; }
  .pro-items .more {
    width: 0;
    height: 10px;
    margin-top: 45px;
    background: url(../images/icon16.png) right center no-repeat;
    -webkit-transition: all ease .3s;
    transition: all ease .3s; }

.pro-title {
  margin-bottom: 54px; }
  .pro-title .title {
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
    color: #222;
    margin-bottom: 23px; }
  .pro-title .text {
    width: 685px;
    font-size: 14px;
    line-height: 24px;
    color: #666; }

/************************************案例*******************************************/
.m-i-case {
  padding: 30px 0 50px; }
  .m-i-case .mores {
    font-size: 16px;
    line-height: 36px;
    color: #000;
    background: url(../images/icon21.png) right center no-repeat;
    padding-right: 35px;
    display: block;
    position: absolute;
    right: 0;
    top: 50px; }

.case-title {
  font-size: 36px;
  line-height: 36px;
  color: #222;
  font-weight: bold; }

.case-menu {
  width: 100%;
  display: table;
  margin-top: 30px; }
  .case-menu li {
    line-height: 26px;
    float: left;
    border: 1px solid #666;
    border-radius: 36px;
    margin-right: 10px; }
    .case-menu li a {
      padding: 5px 20px;
      display: inline-block;
      font-size: 16px;
      border-radius: 36px;
      color: #666;
      -webkit-transition: all ease .3s;
      transition: all ease .3s; }
    .case-menu li:hover {
      border: 1px solid #6e0803; }
      .case-menu li:hover a {
        background: #a00b04;
        color: #fff; }
  .case-menu li.current {
    border: 1px solid #6e0803; }
    .case-menu li.current a {
      background: #a00b04;
      color: #fff; }

.case-list {
  width: 100%;
  display: table;
  margin-top: 40px; }
  .case-list li {
    width: 32.5%;
    float: left;
    margin-right: 1.25%;
    margin-bottom: 20px;
    border: 1px solid #ebebeb; }
    .case-list li:nth-child(3n) {
      margin-right: 0; }
    .case-list li .img-box {
      width: 100%;
      overflow: hidden; }
      .case-list li .img-box img {
        width: 100%;
        -webkit-transition: all 0.5s linear;
        transition: all 0.5s linear; }
    .case-list li:hover .img-box img {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
  .case-list .cont-box {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: none;
    padding: 10px 20px;
    text-align: center; }
    .case-list .cont-box .title {
      width: 100%;
      position: relative;
      line-height: 36px; }
      .case-list .cont-box .title .t1 {
        font-size: 16px;
        font-weight: bold;
        color: #222; }

/*************************************数字*************************************************/
.m-i-num {
  position: relative;
  overflow: hidden; }

.count-title {
  font-size: 40px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  color: #fff; }

.count-text {
  font-size: 13px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  color: #fff; }

.num-bg {
  background: -webkit-gradient(linear, left top, right top, from(rgba(23, 9, 49, 0.6)), to(rgba(30, 95, 116, 0.6)));
  background: linear-gradient(to right, rgba(23, 9, 49, 0.6) 0%, rgba(30, 95, 116, 0.6) 100%);
  z-index: 1;
  position: relative; }

.data-background {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%; }

.num-list {
  width: 1140px;
  margin: 0 auto;
  padding: 180px 0; }
  .num-list li {
    float: left;
    width: 33.33%;
    height: 240px; }
    .num-list li .num-box {
      position: relative;
      height: 240px;
      text-align: center;
      border-right: 1px solid rgba(255, 255, 255, 0.2); }
    .num-list li h2 {
      display: inline-block;
      font: normal 108px/1 'AkzidenzGrotesk-BoldCondAlt'; }
    .num-list li .icon {
      display: inline-block;
      font-size: 72px;
      vertical-align: 13px;
      color: #fff; }
    .num-list li:first-child .num-box, .num-list li:nth-child(2) .num-box, .num-list li:nth-child(3) .num-box {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .num-list li:nth-child(3n) .num-box {
      border-right: none; }
  .num-list .text-box {
    position: absolute;
    top: 50%;
    width: 100%;
    font-size: 16px;
    color: #fff;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.data-background {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill; }

/***************************************解决方案*******************************************/
.m-i-solution {
  width: 100%;
  padding: 80px 0; }

.solution-box {
  width: 100%;
  background: #373737; }
  .solution-box .img-box {
    width: 60%;
    float: left; }
  .solution-box .solution-text {
    width: 40%;
    float: left;
    padding: 8.5% 0 0 80px; }
    .solution-box .solution-text .title {
      font-size: 36px;
      font-weight: bold;
      color: #fff;
      line-height: 1;
      margin-bottom: 20px; }
    .solution-box .solution-text .text {
      max-width: 475px;
      font-size: 14px;
      line-height: 28px;
      color: #fff; }
  .solution-box .solution-list {
    width: 100%;
    margin-top: 53px; }
    .solution-box .solution-list li {
      float: left;
      margin: 0 20px 20px 0; }
      .solution-box .solution-list li a {
        line-height: 36px;
        border: 1px solid #bbb;
        border-radius: 19px;
        display: block;
        padding: 0 21px;
        font-size: 14px;
        color: #bbb;
        -webkit-transition: all ease .3s;
        transition: all ease .3s; }
      .solution-box .solution-list li:hover a {
        color: #222;
        background: #fff;
        border: 1px solid #fff; }

/************************************新闻资讯*********************************************************/
.m-i-news {
  padding: 30px 0 50px; }
  .m-i-news .mores {
    font-size: 16px;
    line-height: 36px;
    color: #000;
    background: url(../images/icon21.png) right center no-repeat;
    padding-right: 35px;
    display: block;
    position: absolute;
    right: 0;
    top: 50px; }

.news-title {
  font-size: 36px;
  line-height: 36px;
  color: #222;
  font-weight: bold; }

/*选项卡样式*/
.news-menu {
  width: 100%;
  display: table;
  margin-top: 30px; }
  .news-menu li {
    line-height: 26px;
    float: left;
    border-radius: 36px;
    margin-right: 10px; }
    .news-menu li a {
      padding: 5px 20px;
      display: inline-block;
      font-size: 16px;
      border-radius: 36px;
      color: #666;
      -webkit-transition: all ease .3s;
      transition: all ease .3s;
      border: 1px solid #666; }
    .news-menu li:hover a {
      background: #a00b04;
      color: #fff;
      border: 1px solid #6e0803; }
  .news-menu li.current a {
    background: #a00b04;
    color: #fff;
    border: 1px solid #6e0803; }

.tabcon {
  position: relative;
  overflow: hidden; }
  .tabcon .news-list-box {
    position: absolute;
    left: 0;
    top: 0; }

#leftcon .news-list-box {
  width: calc(700% + 70px);
  margin-top: 40px;
  display: inline-block;
  left: 0;
  position: relative;
  -webkit-transition: all ease 1s;
  transition: all ease 1s; }

#leftcon .news-list-box .newslist {
  width: calc(100% / 7);
  float: left;
  padding-right: 10px; }

.news-list-box {
  margin-top: 40px; }
  .news-list-box .newslist .box1 {
    width: 30%;
    margin-right: 0.625%;
    float: left;
    -webkit-transition: all ease .3s;
    transition: all ease .3s; }
    .news-list-box .newslist .box1 a {
      display: inline-block;
      width: 100%; }
    .news-list-box .newslist .box1 .img-box {
      width: 100%;
      height: 280px;
      overflow: hidden;
      background-repeat: no-repeat;
      background-position: center center; }
      .news-list-box .newslist .box1 .img-box img {
        height: 100%;
        width: auto; }
    .news-list-box .newslist .box1 .text-box {
      width: 100%;
      height: 270px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background: #f7f7f7;
      padding: 0 30px; }
    .news-list-box .newslist .box1 .time {
      color: #999;
      font-family: 'sheepsansbold';
      font-weight: bold;
      font-size: 48px;
      line-height: 50px;
      border-bottom: 1px solid #dbdbdb;
      padding: 22px 0 16px;
      background: url(../images/icon20.png) right 54px no-repeat;
      -webkit-transition: all ease .3s;
      transition: all ease .3s; }
      .news-list-box .newslist .box1 .time span {
        font-size: 16px;
        line-height: 20px;
        font-weight: initial;
        display: block; }
    .news-list-box .newslist .box1 .titles {
      font-size: 16px;
      line-height: 36px;
      color: #000;
      margin-top: 30px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .news-list-box .newslist .box1 .txts {
      font-size: 14px;
      line-height: 24px;
      color: #666;
      margin-top: 14px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    .news-list-box .newslist .box1:hover {
      -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
              box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3); }
  .news-list-box .newslist .box2 {
    width: 30%;
    margin-right: 0.625%;
    float: left; }
    .news-list-box .newslist .box2 a {
      display: inline-block;
      width: 100%; }
    .news-list-box .newslist .box2 .text-box {
      width: 100%;
      height: 270px;
      background: #f4f4f4;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 30px;
      margin-bottom: 10px;
      -webkit-transition: all ease .3s;
      transition: all ease .3s; }
      .news-list-box .newslist .box2 .text-box:hover {
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
                box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3); }
    .news-list-box .newslist .box2 .time {
      color: #999;
      font-family: 'sheepsansbold';
      font-weight: bold;
      font-size: 48px;
      line-height: 50px;
      border-bottom: 1px solid #dbdbdb;
      padding: 22px 0 16px;
      background: url(../images/icon20.png) right 54px no-repeat;
      -webkit-transition: all ease .3s;
      transition: all ease .3s; }
      .news-list-box .newslist .box2 .time span {
        font-size: 16px;
        line-height: 20px;
        font-weight: initial;
        display: block; }
    .news-list-box .newslist .box2 .titles {
      font-size: 16px;
      line-height: 36px;
      color: #000;
      margin-top: 30px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .news-list-box .newslist .box2 .txts {
      font-size: 14px;
      line-height: 24px;
      color: #666;
      margin-top: 14px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
  .news-list-box .newslist .box3 {
    width: 38.75%;
    float: left; }
    .news-list-box .newslist .box3 a {
      display: inline-block;
      width: 100%; }
    .news-list-box .newslist .box3 .text-box {
      width: 100%;
      height: 130px;
      margin-bottom: 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 30px;
      background: #f4f4f4 url(../images/icon20.png) 95% 60px no-repeat;
      -webkit-transition: all ease .3s;
      transition: all ease .3s; }
      .news-list-box .newslist .box3 .text-box a {
        display: inline-block; }
      .news-list-box .newslist .box3 .text-box:hover {
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
                box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3); }
    .news-list-box .newslist .box3 .time {
      font-size: 48px;
      font-weight: bold;
      line-height: 50px;
      font-family: 'sheepsansbold';
      color: #999;
      float: left;
      margin-right: 30px;
      -webkit-transition: all ease .3s;
      transition: all ease .3s; }
      .news-list-box .newslist .box3 .time span {
        font-size: 16px;
        display: block;
        line-height: 20px; }
    .news-list-box .newslist .box3 .titles {
      width: 410px;
      float: left;
      font-size: 16px;
      line-height: 26px;
      color: #000;
      padding-top: 10px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }

/*底部*/
.footer {
  width: 100%;
  padding: 60px 7.8% 18px;
  display: table;
  min-height: 220px;
  background: #222;
  color: #999; }
  .footer li {
    width: 22%;
    float: left;
    margin-right: 2.6%; }
    .footer li .f-ewm {
      width: 100px;
      margin-right: 10px;
      float: left; }
    .footer li .tbox {
      display: inline-block;
      line-height: 28px; }
      .footer li .tbox .t1 {
        font-size: 16px;
        color: #fff;
        font-weight: bold; }
      .footer li .tbox .t2 {
        font-size: 14px;
        margin-top: 15px; }
    .footer li .tbox.tel {
      padding: 8px 0 0 45px;
      background: url(../images/ficon3.png) left 4px no-repeat; }
    .footer li .tbox.yx {
      padding: 8px 0 0 45px;
      background: url(../images/ficon2.png) left 4px no-repeat; }
    .footer li .tbox.add {
      padding: 8px 0 0 45px;
      background: url(../images/ficon1.png) left 4px no-repeat; }
    .footer li .tbox.ewm {
      padding-top: 22px; }
  .footer .copyright {
    line-height: 28px;
    color: #999;
    margin-top: 10px;
    text-align: center;
    font-size: 12px; }

@media (max-width: 900px) {
  .footer li {
    width: 100%;
    margin-right: 0; }

  .footer .copyright {
    text-align: center;
    margin-top: 0;
    display: block; }

  .footer li:first-child {
    display: none; } }
/**************************************媒体查询***************************************************/
@media (max-width: 1680px) {
  .pc-banner {
    height: auto; } }
@media only screen and (max-width: 1630px) {
  .index-box {
    width: 100%;
    padding: 0 40px; }

  .pro-list li {
    width: 23%;
    margin: 0 1.125% 0 0.5%;
    padding: 60px 20px 20px 20px; }

  .sys_case .mores {
    right: 40px; }

  .solution-box .solution-text {
    padding: 4.5% 20px 0 40px; }

  .sys_news .mores {
    right: 40px; }

  .news-list-box .newslist .box3 .titles {
    width: calc(100% - 110px); }

  .m-i-news {
    overflow: hidden; } }
@media (max-width: 1330px) {
  .navbar-nav > li {
    margin: 0 10px; }

  .header-num {
    font-size: 18px; } }
@media (max-width: 1200px) {
  .header-num {
    right: 20px;
    top: 16px;
    font-size: 16px;
    padding-left: 22px; }

  .navbar-nav > li > a {
    padding: 15px 0 6px;
    font-size: 14px; }

  .num-list {
    width: 100%;
    padding: 110px 30px; }

  .num-list li h2 {
    font: normal 70px/1 'AkzidenzGrotesk-BoldCondAlt'; }

  .m-i-solution .index-box {
    padding: 0; }

  .solution-box .solution-text .title {
    font-size: 28px; }

  .solution-box .solution-list {
    margin-top: 35px; }

  .news-list-box .newslist .box1 .img-box {
    height: 270px; }

  .news-list-box .newslist .box1 .text-box {
    height: 280px; }

  .sys_case .mores, .sys_news .mores {
    top: 10px; }

  .solution-box .solution-list li {
    margin: 0 20px 15px 0; }

  .navbar > .container-fluid .navbar-brand {
    width: 100px;
    left: 20px; } }
@media only screen and (max-width: 900px) {
  .header-num {
    display: none; }

  .pc-banner .carousel-caption h3 {
    font-size: 26px;
    line-height: 32px; }

  .pc-banner .carousel-caption p {
    font-size: 18px;
    line-height: 24px; }

  .pro-list li {
    padding: 30px 10px 30px 10px; }

  .pro-items .title {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px; }

  .pro-items .icon {
    height: 60px; }

  .pro-items .icon1 {
    background-size: 40px; }

  .pro-items .icon2 {
    background-size: 40px; }

  .pro-items .icon3 {
    background-size: 40px; }

  .pro-items .icon4 {
    background-size: 40px; }

  .pro-items:hover .icon1 {
    background-size: 40px; }

  .pro-items:hover .icon2 {
    background-size: 40px; }

  .pro-items:hover .icon3 {
    background-size: 40px; }

  .pro-items:hover .icon4 {
    background-size: 40px; }

  .pro-title .tilte {
    font-size: 26px;
    margin-bottom: 10px; }

  .case-title {
    font-size: 22px; }

  .news-title {
    font-size: 22px; }

  .num-list li h2 {
    font: normal 66px/1 'AkzidenzGrotesk-BoldCondAlt'; }

  .num-list li .icon {
    vertical-align: 4px; }

  .solution-box .img-box {
    width: 100%; }

  .solution-box .solution-text {
    width: 100%;
    padding: 4.5% 20px 20px 40px; }

  .news-list-box .newslist .box1 .text-box {
    height: auto; }

  .sys_case .mores, .sys_news .mores {
    top: 0px;
    line-height: 26px; }

  .m-i-news {
    padding: 0 20px; }

  .m-i-case {
    padding: 30px 0; } }
@media (max-width: 960px) {
  .navbar > .container-fluid .navbar-brand {
    width: 120px;
    top: 10px;
    left: 20px; }

  .navbar-nav > li {
    margin: 0 5px; } }
@media (min-width: 768px) and (max-width: 899px) {
  .navbar > .container-fluid .navbar-brand {
    width: 80px;
    top: 16px;
    left: 30px; }

  .navbar-nav > li {
    margin: 0 8px; }

  .navbar-nav {
    text-align: right; } }
@media only screen and (max-width: 767px) {
  .container-fluid > .navbar-header {
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    width: 100%; }

  .navbar-nav > li {
    display: block; }

  .navbar-nav {
    background: rgba(0, 0, 0, 0.9);
    margin: 0;
    height: 100vh;
    position: fixed;
    margin-top: 50px; }

  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header {
    padding: 0;
    margin: 0; }

  .navbar-nav > li > a {
    padding: 10px 0; }

  .nav > li > a:focus, .nav > li > a:hover {
    color: #a00b04; }

  .navbar > .container-fluid .navbar-brand {
    width: 94px; }

  .index-box {
    padding: 0 20px; }

  .pro-list li {
    width: 47%;
    margin: 0 1.5%; }

  .pro-title .title {
    font-size: 18px; }
  .pro-title .text {
    width: 100%; }

  .case-title {
    font-size: 18px; }

  .case-list li {
    width: 100%;
    margin-right: 0; }

  .num-list li {
    width: 50%;
    height: 175px; }

  .num-list li h2 {
    font: normal 30px/1 'AkzidenzGrotesk-BoldCondAlt'; }

  .num-list li .icon {
    font-size: 20px; }

  .solution-box .solution-text .title {
    font-size: 18px;
    margin-bottom: 10px; }

  .solution-box .solution-text .text {
    line-height: 20px; }

  .solution-box .solution-list li a {
    line-height: 30px;
    border-radius: 15px;
    padding: 0 10px;
    font-size: 14px; }

  .num-list li .num-box {
    height: 175px; }

  .num-list li:nth-child(2n) .num-box {
    border-right: 0; }

  .num-list li:nth-child(3) .num-box {
    border-right: 1px solid rgba(255, 255, 255, 0.2); }

  .num-list li:first-child .num-box, .num-list li:nth-child(2) .num-box, .num-list li:nth-child(3) .num-box, .num-list li:nth-child(4) .num-box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

  .m-i-news {
    padding: 0 10px; }

  .news-title {
    font-size: 18px; }

  .news-list li {
    width: 100%;
    margin-right: 0; }

  .news-list-box .newslist .box1, .news-list-box .newslist .box2, .news-list-box .newslist .box3 {
    width: 100%;
    margin-right: 0; }

  .news-list-box .newslist .box1 {
    margin-bottom: 10px; }

  .news-list-box .newslist .box1 .text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 17px 15px; }

  .news-list-box .newslist .box1 .time {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 12px;
    font-weight: initial;
    font-family: Arial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: none;
    line-height: 25px;
    padding: 0;
    border-bottom: none;
    display:none; }

  .news-list-box .newslist .box1 .titles {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
    line-height: 22px; }

  .news-list-box .newslist .box1 .txts {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 12px;
    line-height: 18px;
    margin-top: 4px; }

  .news-list-box .newslist .box1 .time span {
    font-size: 12px;
    display: inline-block;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    line-height: 25px; }

  .news-list-box .newslist .box2 .text-box {
    padding: 17px 15px;
    height: auto; }

  .news-list-box .newslist .box2 a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  .news-list-box .newslist .box2 .time {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 12px;
    font-weight: initial;
    font-family: Arial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: none;
    line-height: 25px;
    padding: 0;
    border-bottom: none;
    display:none; }

  .news-list-box .newslist .box2 .titles {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
    line-height: 22px; }

  .news-list-box .newslist .box2 .txts {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 12px;
    line-height: 18px;
    margin-top: 4px; }

  .news-list-box .newslist .box2 .time span {
    font-size: 12px;
    display: inline-block;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    line-height: 25px; }

  .m-i-news .index-box {
    padding: 0 10px;
    margin-top: 30px; }

  .solution-box .solution-text {
    padding: 40px 25px 35px; }

  .m-i-solution {
    padding: 40px 3%; }

  .sys_case .mores, .sys_news .mores {
    right: 20px; }

  .news-menu li:last-child {
    margin-right: 0; }

  .news-menu li a {
    font-size: 12px;
    padding: 0 12px; }

  .case-menu li:last-child {
    margin-right: 0;
    margin-top: 0; }

  .case-menu li a {
    font-size: 12px;
    padding: 0 10px; }

  .num-list {
    padding: 30px 20px; } }
@media (max-width: 414px) {
  .pro-list li {
    padding: 30px 5px; } }
/********************内页样式**********************/
.ny-banner {
  width: 100%;
  height: 540px;
  position: relative;
  -webkit-transition: all ease .5s;
  transition: all ease .5s; }
  .ny-banner .img {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    background: no-repeat center top / auto 100%; }
    .ny-banner .img img {
      max-width: initial;
      width: auto;
      height: 100%;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
  .ny-banner .boxs {
    position: relative;
    max-width: 1600px;
    height: 100%;
    margin: auto;
    color: #fff; }
    .ny-banner .boxs .breadcrumbs {
      position: absolute;
      right: 0;
      bottom: 0;
      line-height: 60px;
      font-size: 14px;
      z-index: 999;
      color: #e1e1e1;
      letter-spacing: 2px;
      padding-left: 25px;
      background: url(../images/icon23.png) left center no-repeat; }
      .ny-banner .boxs .breadcrumbs a {
        color: #e1e1e1;
        -webkit-transition: all ease .3s;
        transition: all ease .3s; }
      .ny-banner .boxs .breadcrumbs span {
        color: #fff; }
  .ny-banner .boxs.n1 {
    padding-top: 275px;
    letter-spacing: 2px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s; }
    .ny-banner .boxs.n1 .t1 {
      font-size: 36px;
      font-weight: bold;
      line-height: 1; }
    .ny-banner .boxs.n1 .t2 {
      font-size: 16px;
      line-height: 30px;
      margin-top: 12px; }
  .ny-banner .boxs.n2 .box {
    width: 100%;
    padding-bottom: 12px;
    position: absolute;
    left: 0;
    bottom: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
  .ny-banner .boxs.n2 .t1 {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #fff; }
  .ny-banner .boxs.n2 .t2 {
    width: 70%;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-top: 14px; }
  .ny-banner .nb-menu {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.25);
    z-index: 666; }
    .ny-banner .nb-menu .menubox {
      max-width: 1600px;
      overflow: hidden; }
    .ny-banner .nb-menu .n-menu {
      position: relative;
      max-width: 1600px;
      margin: auto;
      overflow: hidden;
      height: 60px; }
      .ny-banner .nb-menu .n-menu ul {
        max-width: 1600px;
        margin: auto;
        padding-top: 13px;
        position: relative;
        z-index: 5; }
        .ny-banner .nb-menu .n-menu ul li {
          float: left;
          margin-right: 3px; }
          .ny-banner .nb-menu .n-menu ul li a {
            font-size: 14px;
            color: #fff;
            line-height: 35px;
            padding: 0 20px;
            display: block;
            -webkit-transition: all ease .3s;
            transition: all ease .3s;
            border-radius: 15px; }
          .ny-banner .nb-menu .n-menu ul li:hover a {
            color: #222;
            background: #fff; }
        .ny-banner .nb-menu .n-menu ul li.on a {
          color: #222;
          background: #fff; }
        .ny-banner .nb-menu .n-menu ul li.cur a {
          color: #222;
          background: #fff; }
      .ny-banner .nb-menu .n-menu .scroller {
        position: absolute; }

/*新闻*/
.ny-news {
  width: 100%;
  padding: 50px 0 80px;
  background: #f7f7f7; }
  .ny-news .news {
    max-width: 1600px;
    margin: auto; }
    .ny-news .news ul li {
      background: #fff;
      float: left;
      width: 32.5%;
      margin-right: 1.25%;
      margin-bottom: 20px; }
      .ny-news .news ul li:nth-child(3n) {
        margin-right: 0; }
    .ny-news .news .text-box {
      width: 100%;
      height: 270px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 30px;
      -webkit-transition: all ease .3s;
      transition: all ease .3s; }
      .ny-news .news .text-box:hover {
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
                box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3); }
        .ny-news .news .text-box:hover .time {
          color: #a00b04; }
    .ny-news .news .time {
      color: #999;
      font-family: 'sheepsansbold';
      font-weight: bold;
      font-size: 48px;
      line-height: 50px;
      border-bottom: 1px solid #dbdbdb;
      padding: 22px 0 16px;
      background: url(../images/icon20.png) right 54px no-repeat;
      -webkit-transition: all ease .3s;
      transition: all ease .3s; }
      .ny-news .news .time span {
        font-size: 16px;
        line-height: 20px;
        font-weight: initial;
        display: block; }
    .ny-news .news .titles {
      font-size: 16px;
      line-height: 36px;
      color: #000;
      margin-top: 30px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .ny-news .news .txts {
      font-size: 14px;
      line-height: 24px;
      color: #666;
      margin-top: 14px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
  .ny-news .news2 {
    max-width: 1600px;
    margin: auto; }

/*分页*/
.pagelist nav {
  text-align: center; }

.pagination > li > a, .pagination > li > a:hover {
  color: #a00b04; }

.pagination > .active > a {
  border-color: #a00b04;
  background-color: #a00b04; }

/*图片*/
.case {
  width: 100%;
  background: #f7f7f7; }

.casebox {
  max-width: 1600px;
  margin: auto;
  padding-bottom: 80px; }
  .casebox .case-info {
    width: 100%;
    position: relative;
    z-index: 2;
    margin-top: -60px;
    background: #fff;
    padding-top: 60px; }
    .casebox .case-info .info-img {
      max-width: 1200px;
      margin: auto;
      -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2); }
    .casebox .case-info .txt-box {
      width: 100%;
      padding: 80px 30px 44px; }
      .casebox .case-info .txt-box .t1 {
        font-size: 18px;
        color: #999;
        line-height: 1; }
      .casebox .case-info .txt-box .t2 {
        font-size: 14px;
        line-height: 26px;
        color: #222;
        margin-top: 12px; }
      .casebox .case-info .txt-box .t3 {
        font-size: 14px;
        line-height: 26px;
        color: #999;
        margin-top: 16px; }

.listbox {
  width: 100%;
  display: table;
  padding: 40px 0 10px; }
  .listbox li {
    width: 24%;
    float: left;
    margin-right: 1.33%;
    margin-bottom: 20px;
    border: 1px solid #ebebeb; }
    .listbox li:nth-child(4n) {
      margin-right: 0; }
    .listbox li:nth-child(4n+1) {
      clear: both; }
    .listbox li .img-box {
      width: 100%;
      overflow: hidden; }
      .listbox li .img-box img {
        width: 100%;
        -webkit-transition: all 0.5s linear;
        transition: all 0.5s linear; }
    .listbox li:hover {
      -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1); }
      .listbox li:hover .img-box img {
        -webkit-transform: scale(1.05);
                transform: scale(1.05); }
      .listbox li:hover .cont-box .title {
        background: url(../images/icon21.png) no-repeat right center; }
  .listbox .cont-box {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: none;
    padding: 10px 20px;
    background: #fff; }
    .listbox .cont-box .title {
      width: 100%;
      position: relative;
      line-height: 36px;
      background: url(../images/icon20.png) no-repeat right center; }
      .listbox .cont-box .title .t1 {
        font-size: 16px;
        font-weight: bold;
        color: #222; }

/*关于*/
.about {
  width: 100%; }
  .about .aboutdetail {
    max-width: 1600px;
    margin: auto; }
    .about .aboutdetail .aboutbox {
      width: 100%;
      text-align: center;
      padding-top: 70px; }

.aboutbox .title {
  font-family: 'gotham-Bold';
  font-size: 48px;
  line-height: 66px;
  color: #222; }
.aboutbox .txt {
  width: 900px;
  margin: auto;
  font-size: 14px;
  line-height: 28px;
  color: #222;
  margin-top: 22px; }
.aboutbox .abimg {
  margin-top: 40px;
  text-align: center; }

/*新闻详情*/
.news2 .left-box {
  background: #fff;
  padding: 34px 30px 40px;
  width: 68.75%;
  float: left;
  margin-right: 1.25%; }
  .news2 .left-box .clickbox {
    width: 100%;
    border-top: 1px solid #eee;
    color: #999;
    line-height: 30px;
    font-size: 14px;
    position: relative;
    margin-top: 34px;
    padding-top: 20px; }
    .news2 .left-box .clickbox a {
      color: #666; }
      .news2 .left-box .clickbox a:hover {
        color: #a00b04; }
  .news2 .left-box .editor {
    line-height: 2;
    text-align: center;
    font-size: 14px; }
    .news2 .left-box .editor p {
      text-align: left; }

.news2 .right-box {
  width: 30%;
  float: right; }
  .news2 .right-box .x-news {
    width: 100%;
    background: #fff;
    padding: 37px 30px 10px; }
    .news2 .right-box .x-news .title {
      font-size: 18px;
      line-height: 24px;
      color: #c3c3c3; }
    .news2 .right-box .x-news .list {
      margin-top: 10px; }
      .news2 .right-box .x-news .list li {
        border-bottom: 1px dashed #ccc;
        padding-bottom: 25px;
        margin-bottom: 13px; }
        .news2 .right-box .x-news .list li a {
          width: 100%;
          display: block; }
        .news2 .right-box .x-news .list li .t1 {
          font-size: 16px;
          line-height: 50px;
          color: #222;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
        .news2 .right-box .x-news .list li .t3 {
          font-size: 14px;
          line-height: 24px;
          color: #999;
          margin-top: 7px; }

/*联系我们*/
.contact .contact-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  margin-bottom: 40px; }
  .contact .contact-items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 32%;
    height: 120px;
    max-width: 370px;
    padding: 0 24px;
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.13);
            box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.13); }
    .contact .contact-items .item .img {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
    .contact .contact-items .item .box {
      padding-left: 20px; }
      .contact .contact-items .item .box .tit {
        font-size: 16px; }
      .contact .contact-items .item .box .p {
        font-size: 26px;
        white-space: nowrap; }
.contact .content-map {
  overflow: hidden;
  width: 48%;
  float: left;
  margin-bottom: 40px;
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
.contact .contact-text {
  width: 48%;
  float: right;
  background: #fff;
  padding: 20px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  overflow: hidden; }
  .contact .contact-text .text-box {
    padding: 10px 0;
    overflow: hidden; }
    .contact .contact-text .text-box span {
      font-size: 22px;
      color: #333;
      line-height: 36px;
      display: block;
      margin-bottom: 40px; }
    .contact .contact-text .text-box p {
      font-size: 16px;
      line-height: 32px;
      color: #666;
      display: block; }

@media (min-width: 640px) and (max-width: 980px) {
  .contact .contact-items .item .box {
    width: 100%;
    padding-left: 0;
    text-align: center; }

  .contact .contact-items .item .img {
    width: 100%;
    text-align: center; }

  .contact .contact-items .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  .contact .contact-items .item .box .p {
    font-size: 22px; } }
@media (max-width: 859px) {
  .contact .content-map {
    width: 100%; }

  .contact .contact-text {
    width: 100%; } }
@media (max-width: 640px) {
  .contact .contact-items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  .contact .contact-items .item {
    width: 100%; } }
/*媒体查询*/
@media (max-width: 1660px) {
  .ny-banner .boxs, .ny-news .news, .ny-news .news2 {
    padding: 0 30px; }

  .ny-banner .nb-menu {
    padding-left: 30px; }

  .ny-banner .boxs.n1 .breadcrumbs {
    display: none; }

  .casebox {
    padding: 0 30px 80px; }

  .about .aboutdetail {
    padding: 0 30px 60px; } }
@media (max-width: 1370px) {
  .ny-banner {
    height: 380px; }

  .ny-banner .boxs.n1 {
    padding-top: 160px; } }
@media (max-width: 1200px) {
  .listbox li {
    width: 32%;
    margin-right: 2%; }
    .listbox li:nth-child(4n) {
      margin-right: 2%; }
    .listbox li:nth-child(3n) {
      margin-right: 0; }
    .listbox li:nth-child(4n+1) {
      clear: none; } }
@media (max-width: 900px) {
  .ny-news .news ul li {
    background: #fff;
    float: none;
    width: 100%;
    margin-bottom: 20px; }
    .ny-news .news ul li:nth-child(3n) {
      margin-right: 20px; }

  .listbox li {
    width: 48%;
    margin-right: 4%; }
    .listbox li:nth-child(3n) {
      margin-right: 4%; }
    .listbox li:nth-child(2n) {
      margin-right: 0; }

  .casebox .case-info .txt-box {
    padding: 50px 30px 44px; }

  .casebox .case-info {
    padding-top: -40px; }

  .aboutbox .txt {
    width: 100%; }

  .ny-banner {
    height: 340px; }

  .ny-banner .boxs .breadcrumbs {
    left: 0; }

  .news2 .right-box {
    display: none; }

  .news2 .right-box {
    width: 100%; }

  .news2 .left-box {
    width: 100%;
    margin-right: 0; }

  .ny-banner .nb-menu ul li a {
    padding: 0 10px; } }
@media (max-width: 767px) {
  .ny-news .news .text-box {
    padding: 0 10px; }

  .listbox li {
    width: 100%;
    margin-right: 0; }
    .listbox li:nth-child(3n) {
      margin-right: 0; }

  .casebox .case-info .txt-box {
    padding: 30px 10px 30px; }

  .casebox .case-info {
    padding-top: 30px;
    margin-top: -40px; }

  .aboutbox .title {
    font-size: 30px;
    line-height: 42px; }

  .aboutbox .txt {
    line-height: 22px; }

  .ny-banner {
    height: 200px; }

  .ny-banner .boxs.n2 .t2 {
    width: 100%; }

  .ny-banner .boxs.n2 .t1 {
    font-size: 18px;
    line-height: 32px; }

  .ny-banner .boxs, .ny-news .news {
    padding: 0; }

  .ny-banner .nb-menu {
    padding-left: 10px; }

  .ny-news {
    padding: 10px 10px 30px; }

  .ny-news .news2 {
    padding: 0; }

  .news2 .left-box {
    padding: 10px 10px 10px; }

  .casebox {
    padding: 10px 10px 30px; }

  .about .aboutdetail {
    padding: 10px 10px 20px; }

  .case-menu li:last-child {
    margin-top: 0px; } }
@media (max-width: 400px) {
  .ny-banner {
    height: 180px; } }
@media (max-width: 320px) {
  .ny-banner {
    height: 160px; } }
